home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / FIND.STX < prev    next >
Encoding:
Text File  |  2000-06-30  |  1.1 KB  |  34 lines

  1. ObjectManager - Find: Search Zope.
  2.  
  3.   Description
  4.   
  5.     This view allows you to search for Zope objects.
  6.  
  7.     To find objects you specify search criteria in the top frame and
  8.     then click the 'Find' button. The find results will appear in the
  9.     button frame. For more search criteria click the 'Advanced...'
  10.     link.
  11.  
  12.   Controls
  13.  
  14.     'Find objects of type' -- The types of objects to find.
  15.  
  16.     'with ids' -- The ids of objects to find. You may specify one or
  17.     more ids separated by spaces.
  18.  
  19.     'containing' -- The text that must be contained in the *body* of
  20.     found items. Text in the title or other attribute fields will not
  21.     be searched.
  22.  
  23.     'modified' -- Allows you to restrict your search to a specific
  24.     time period. You can choose whether objects 'before' or 'after' a
  25.     specified date/time.
  26.       
  27.       **Note: The date should be a DateTime string such as 'YYYY/MM/DD
  28.       hh:mm:ss', 'YYYY-MM-DD', or 'hh:mm'.**
  29.  
  30.     'Search only in this folder' -- Find objects in this folder.
  31.  
  32.     'Search all subfolders' -- Find objects in all subfolders.
  33.  
  34.     'Find' -- Find objects matching the find criteria.